.modal-dialog {
  width: 400px; }

.modal-content label {
  font: 14px/14px 'GothamProBold', sans-serif;
  color: #000; 
  margin-bottom: 10px;}
  .modal-content p a {
    font: 14px/14px 'GothamPro', sans-serif; }

.modal-content .help-block {
  margin-bottom: 18px;
  min-height: 19px; }

.modal-body {
  position: relative;
  padding: 15px 65px;
  padding-top: 45px; }

.modal-footer {
  text-align: center; }
  .modal-footer .btn {
    min-width: 155px;
    padding: 12px;
    font: 18px/18px 'GothamProBold', sans-serif;
    font-size: 14px; }
  .modal-footer .btn + a {
    margin: 35px 0px; }

  
.modal-content .checkbox label {
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    min-height: 20px;
    font: 12px/13px 'GothamPro', sans-serif;
    color: #666;
}